[@main]
#IF
checknamelist KillCount/Variables/enabled.txt
#ACT
goto @main1
#ELSEACT
goto @main2


[@main1]
<KillCount currently Enabled>\
Hi, i am KillCount, How many I help you? (People Killed) = <$HUMAN(KillCount1)> \  \
<Disable KillCount/@disable> -- <KillCount?/@info> -- <Exit/@exit>

[@main2]
<KillCount currently Disabled>\
Hi, i am KillCount, How many I help you?\  \
<Enable KillCount/@enable> -- <KillCount?/@info> -- <Exit/@exit>


[@enable]
#ACT
Var Integer Human KillCount1 1
addnamelist KillCount/Variables/enabled.txt
sendmsg 6 "KillCount enabled!"
close

[@disable]
#ACT
delnamelist KillCount/Variables/enabled.txt
sendmsg 6 "KillCount Disabled"
close

[@info]
KillCount is simple, what this means is that it records the amount of\
people you have pked over the time you have played mir (only if enabled!)\
But if you disable it then no PKS are stored! <When you logout, all PK>\
<counts will be erased and you will start back with 0 kills!!!>\
<main/@main>

